home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / text / edit / Smartindent.lha / Smartindent / Install_e.bat < prev    next >
DOS Batch File  |  1997-12-14  |  507b  |  18 lines

  1. ; add additional presets
  2. INSTALL PRESET="presets/c.indent"
  3.  
  4. ; add TAB smartindent invocation
  5. INSTALL PRESET="presets/c.keyboard" MERGEKEY "blafoo.c" NODUPES
  6.  
  7. ; add to context menu
  8. INSTALL PRESET="presets/e/c.mouse" MERGECONTEXT "blafoo.c" NODUPES
  9.  
  10. ; add smartindent to api settings
  11. INSTALL PRESET="presets/c.api" MERGEAPI "blafoo.c" NODUPES
  12.  
  13. ; add keyboard to filetype
  14. FILETYPE ADD="(#?.c|#?.cc|#?.h)" PRI=127 PRESETS "c.api" "c.syntax" "c.indent" "c.gadgets" "c.dictionary" "c.keyboard" "c.mouse"
  15.  
  16. ; done
  17.  
  18.